-
Couldn't load subscription status.
- Fork 12
Adds a basic FPU test. #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Makes sure that we're generating FPU code correctly. Prints a nice ASCII art sine wave to standard out, using f32 and f64.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only found a nit, should libm be optional as with gic, or should gic no longer be optional for the examples?
|
ping @robamu for a +1 please |
|
Just 2 nitpicks, looks good to me otherwise :) |
Good catch! I defined a constant and forgot to use it :/ |
Makes sure that we're generating FPU code correctly. Prints a nice ASCII art sine wave to standard out, using f32 and f64.